This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ab -c 100 -n 1000 http://0.0.0.0:9292/1 | |
This is ApacheBench, Version 2.3 <$Revision: 655654 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 0.0.0.0 (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Completed 300 requests | |
Completed 400 requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
Tokyo::Tyrant (Ruby FFI) | |
user system total real | |
inserting data 0.140000 0.180000 0.320000 ( 1.208150) | |
reading data 0.240000 0.170000 0.410000 ( 1.467640) | |
TokyoTyrant::RDB (Ruby) | |
user system total real | |
inserting data 0.300000 0.170000 0.470000 ( 1.481900) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
Tokyo::TyrantTable (Ruby FFI) | |
user system total real | |
inserting data 0.840000 0.190000 1.030000 ( 3.214565) | |
reading data 1.310000 0.210000 1.520000 ( 3.024142) | |
TokyoTyrant::RDB (Ruby) | |
user system total real | |
inserting data 1.170000 0.240000 1.410000 ( 2.859321) |
NewerOlder