Skip to content

Releases: scylladb/scylla-bench

v0.1.1

26 May 06:38
aeab69b
Compare
Choose a tag to compare

Changelog

6404bd7 Fix batch creation to match new gocql
de230b8 Merge pull request #33 from scylladb/driver_1_4_0
2c94d92 Merge pull request #34 from scylladb/goreleaser
aeab69b Merge pull request #35 from fruch/fix_batch_create
7c4e334 driver: version 1.4.0
f3cbd17 go mod tidy

v0.1.0

25 May 07:31
2c94d92
Compare
Choose a tag to compare

Changelog

0c2d2e6 1. fixed data verification for counters 2. added description of "validate-data" option
f365453 Add -iterations command-line flag
a7ebac3 Add basic range-scan support
09fd525 Add infrastructure for using random value distributions
0a5e6a9 Added config for choosing host selection policy
3eb53d8 Data validation: use random data and checksum instead of simple pattern
1d02201 Implement efficient range-scans
376c5e3 Kill scylla-bench on the second CTRL+C
4fef4a9 Make -clustering-row-size flag a random distribution
1b9bba8 Merge pull request #1 from denesb/range-scans/v1
187c7f0 Merge pull request #2 from larisau/data_integtiry
114c586 Merge pull request #3 from denesb/denesb-go-get
83ddf64 Merge pull request #4 from larisau/data_integtiry
4c292e8 Merge pull request #5 from larisau/start_timestamp
fb5757d README.md: fix formattin
e01f987 README.md: update go get url
98cec32 Update README.md with the added scan mode
a0069d9 Use fmt.Printf() and defined width for fields for formatting results
ac59c5b Using go modules for dependencies
0d842b1 Using the scylladb/gocql driver
6fef8f2 add counter_read mode
1f4bfa5 add latency mean to results
23ab7c8 add option not to measure latency
9dd3869 add rate limiter
a3bdb9e add readme
59c9510 add support for counter updates
f9e43f9 add support for read queries with IN restrictions
3ac9251 add test for sequential workload
1acb21b add test for uniform workload
5c25e23 added support for data integrity verification
1548e7e allow read requests with no lower bound
aa4baa6 better rate limiting
e27d33b cql authentication added
398e94e do not stop on failed requests
f43dbf3 extract common parts of each testing mode
19dec42 fixed timeseries write workload: max-rate parameter required
f36f0a8 gitignore added for release artifacts
8211aab increase histogram precision
d061dad initial commit
3d7fb42 make -nodes accept a comma-separated list of nodes
92369f6 modes.go: s/generateData/GenerateData/
87a3e6b print summary even if errors have happened
1b6d425 random.ParseDistribution(): add support for : syntax
a18c6f3 random.ParseDistribution(): more verbose error-messages
caf2f87 random/random_test.go: add test for invalid max value for uniform dist
ac8a3e0 random: new package for working with distributions
9c589f0 reduce hdrhistogram memory usage
a939593 release: using goreleaser
d9438e5 report latency median instead of average
3cd4250 show partial results
824f0fc start-timestamp fix: it was printed before assignment
3b9342d support read requests that provide lower and upper bound
6185330 switch PK and CK from int to int64
8dae319 time series simulator
dc6c702 validate benchmark configuarion
8accdd3 workloads/sequential: fix NextPartitionKey()