Commit Graph

  • 33a3c6ff6c Ability to make the benchmark issue a large number of IOs. This is helpful to populate many gigabytes of data for benchmarking at scale. Dhruba Borthakur 2012-05-22 12:18:23 -0700
  • 3b86a51cb1 Ability to switch on checksum verification from benchmark. Dhruba Borthakur 2012-05-19 00:05:48 -0700
  • a2a0e358cb Add support to specify the number of shards for the Block cache. By default, the block cache is sharded into 16 parts. Dhruba Borthakur 2012-05-16 17:22:33 -0700
  • 95af128225 SSE4 optimization Arun Sharma 2012-05-04 01:10:17 +0000
  • 8d41351666 Ability to switch to gcc 4.1.6 and also use jemalloc. Thanks for Chip for large amounts of help. Dhruba Borthakur 2012-05-14 18:17:06 -0700
  • 921a48428e Optimize for lp64 Arun Sharma 2012-05-04 00:26:14 +0000
  • 37d0dcb9b1 Use the elapsed time (instead of the per-thread time) to compute ops/sec. Dhruba Borthakur 2012-05-11 11:32:37 -0700
  • 90b2924fb2 skiplist: optimize for sequential insert pattern Arun Sharma 2012-05-04 21:40:36 +0000
  • cc6c32535a Support arcdiff. Dhruba Borthakur 2012-05-09 23:32:20 -0700
  • 85584d497e Added bloom filter support. Sanjay Ghemawat 2012-04-17 08:36:46 -0700
  • bc1ee4d25e build shared libraries; updated version to 1.3; add Status accessors Sanjay Ghemawat 2012-03-30 13:15:49 -0700
  • a1ad4d1995 Build fixes and cleanups: (1) Separate out C++ and CC flags (fixes c_test compilation) (2) Move snappy/perftools detection to script (3) Fix db_bench_sqlite3 and db_bench_tree_db build rules Sanjay Ghemawat 2012-03-21 10:28:03 -0700
  • 9013f13b15 use mmap on 64-bit machines to speed-up reads; small build fixes Sanjay Ghemawat 2012-03-15 09:14:00 -0700
  • 583f1499c0 fix LOCK file deletion to prevent crash on windows Sanjay Ghemawat 2012-03-09 07:51:04 -0800
  • d79762e273 added group commit; drastically speeds up mult-threaded synchronous write workloads Sanjay Ghemawat 2012-03-08 16:23:21 -0800
  • 015d26f8be add .gitignore; support for building on a few BSD variants Sanjay Ghemawat 2012-03-05 10:35:46 -0800
  • 239ac9d2de avoid very large compactions; fix build on Linux Sanjay Ghemawat 2012-02-02 09:34:14 -0800
  • 3c8be108bf fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) Sanjay Ghemawat 2012-01-25 14:56:52 -0800
  • c8c5866a86 Makefile fixes for systems with $CXX other than g++. Hans Wennborg 2011-11-30 10:59:40 +0000
  • 42fb47f6ed Pass system's CFLAGS, remove exit time destructor, sstable bug fix. Hans Wennborg 2011-11-14 17:06:16 +0000
  • 36a5f8ed7f A number of fixes: Hans Wennborg 2011-10-31 17:22:06 +0000
  • 299ccedfec A number of bugfixes: Gabor Cselle 2011-10-05 16:30:28 -0700
  • 26db4d971a Sync with upstream @24213649. Hans Wennborg 2011-09-26 17:37:09 +0100
  • 213a68eb68 Sync with upstream @23860137. Hans Wennborg 2011-09-12 10:21:10 +0100
  • 7263023651 Bugfixes: for Get(), don't hold mutex while writing log. gabor@google.com 2011-09-01 19:08:02 +0000
  • e3584f9c28 Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks. gabor@google.com 2011-08-22 21:08:51 +0000
  • ab323f7e1e Bugfixes for iterator and documentation. gabor@google.com 2011-08-16 01:21:01 +0000
  • a05525d13b @23023120 dgrogan@chromium.org 2011-08-06 00:19:37 +0000
  • 021ee9c32b C binding for leveldb, better readseq benchmark for SQLite. gabor@google.com 2011-08-05 20:40:49 +0000
  • 1bfbe76b4e Improved benchmark, fixed bugs and SQLite parameters. gabor@google.com 2011-07-29 21:35:05 +0000
  • b9ef9141ba Minor typos in benchmark page. gabor@google.com 2011-07-27 14:29:59 +0000
  • e8dee348b6 Minor edit in benchmark page. gabor@google.com 2011-07-27 04:39:46 +0000
  • 3cc27381f7 Setting SVN mime-type for benchmark page. gabor@google.com 2011-07-27 01:56:52 +0000
  • e301f17c2f Adding doctype to benchmark page so Google Code displays it as HTML. gabor@google.com 2011-07-27 01:49:08 +0000
  • f122c6dfbb Adding FreeBSD support, removing Chromium files, adding benchmark. gabor@google.com 2011-07-27 01:46:25 +0000
  • 60bd8015f2 Speed up Snappy uncompression, new Logger interface. gabor@google.com 2011-07-21 02:40:18 +0000
  • 6872ace901 Sun Studio support, and fix for test related memory fixes. gabor@google.com 2011-07-19 23:36:47 +0000
  • 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. gabor@google.com 2011-07-15 00:20:57 +0000
  • ed154f6dc4 Fixed a snappy compression wrapper bug (passing wrong variable). gabor@google.com 2011-06-30 23:17:03 +0000
  • 85f0ab1975 Fixing Makefile issue reported in Issue 15 (misspelled flag) gabor@google.com 2011-06-29 22:53:17 +0000
  • f57e23351f Platform detection during build, plus compatibility patches for machines without <cstdatomic>. gabor@google.com 2011-06-29 00:30:50 +0000
  • e0cbd242cb Fixing issue 11: version_set_test.cc was missing gabor@google.com 2011-06-22 18:45:39 +0000
  • ccf0fcd5c2 A number of smaller fixes and performance improvements: gabor@google.com 2011-06-22 02:36:45 +0000
  • 80e5b0d944 sync with upstream @21706995 hans@chromium.org 2011-06-07 14:40:26 +0000
  • c4f5514948 sync with upstream @21627589 dgrogan@chromium.org 2011-06-02 00:00:37 +0000
  • 740d8b3d00 Update from upstream @21551990 dgrogan@chromium.org 2011-05-28 00:53:58 +0000
  • da79909507 sync with upstream @ 21409451 dgrogan@chromium.org 2011-05-21 02:17:43 +0000
  • 3c111335a7 make windows include /Iport\win in dependent projects dgrogan@chromium.org 2011-05-03 03:10:59 +0000
  • be9f061d2f pull in hans' mac build fix dgrogan@chromium.org 2011-04-21 01:54:51 +0000
  • ccb2cbef3a fix build on at least linux dgrogan@chromium.org 2011-04-20 22:50:04 +0000
  • ba6dac0e80 @20776309 * env_chromium.cc should not export symbols. * Fix MSVC warnings. * Removed large value support. * Fix broken reference to documentation file dgrogan@chromium.org 2011-04-20 22:48:11 +0000
  • 69c6d38342 reverting disastrous MOE commit, returning to r21 dgrogan@chromium.org 2011-04-19 23:11:15 +0000
  • b743906eea Revision created by MOE tool push_codebase. MOE_MIGRATION= dgrogan@chromium.org 2011-04-19 23:01:25 +0000
  • b409afe968 chmod a-x dgrogan@chromium.org 2011-04-18 23:15:58 +0000
  • f779e7a5d8 @20602303. Default file permission is now 755. dgrogan@chromium.org 2011-04-12 19:38:58 +0000
  • 9e33808a26 Fix last commit jorlow@chromium.org 2011-03-30 18:49:03 +0000
  • 4671a695fc Move include files into a leveldb subdir. jorlow@chromium.org 2011-03-30 18:35:40 +0000
  • 4d66fd5af3 Upstream change. jorlow@chromium.org 2011-03-29 22:41:11 +0000
  • e2da744e12 Upstream changes. jorlow@chromium.org 2011-03-28 20:43:44 +0000
  • e11bdf1935 Upstream changes jorlow@chromium.org 2011-03-25 20:27:43 +0000
  • 8303bb1b33 Pull from upstream. jorlow@chromium.org 2011-03-22 23:24:02 +0000
  • 6d243ebf79 Make GetTestDirectory threadsafe within Chromium and make it work on Windows. jorlow@chromium.org 2011-03-22 19:07:54 +0000
  • 13b72af77b More changes from upstream. jorlow@chromium.org 2011-03-22 18:32:49 +0000
  • 9df5aa892e Removing unneeded build files gabor@google.com 2011-03-21 23:10:11 +0000
  • 4bcb231187 more upstream changes jorlow@chromium.org 2011-03-21 21:06:49 +0000
  • 0e38925490 Sync in bug fixes jorlow@chromium.org 2011-03-21 19:40:57 +0000
  • 24ba614869 Changes to get Snappy working jorlow@chromium.org 2011-03-21 19:09:55 +0000
  • 795dd1d550 Oops, another file that didn't upload correctly. jorlow@chromium.org 2011-03-21 18:13:39 +0000
  • b77de951b8 Set mime-type to text/css on doc/doc.css files. hans@chromium.org 2011-03-21 17:30:49 +0000
  • b434018d63 Set mime-type to text/html on .html files. hans@chromium.org 2011-03-21 17:22:12 +0000
  • 7a02caf2a4 Fix typo in Makefile. jorlow@chromium.org 2011-03-18 23:03:49 +0000
  • 347d4628c1 Directory paths were off a bit. jorlow@chromium.org 2011-03-18 22:47:28 +0000
  • f67e15e50f Initial checkin. jorlow@chromium.org 2011-03-18 22:37:00 +0000
  • 54f1fd7eef Initial directory structure. (no author) 2011-03-02 17:37:17 +0000