Commit Graph

2745 Commits

Author SHA1 Message Date
Jonathan Shook
3e3d042113 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-11-19 17:39:22 -06:00
Jonathan Shook
6549768b5d
Merge pull request #386 from nosqlbench/dependabot/maven/driver-dsegraph-shaded/org.yaml-snakeyaml-1.26
Bump snakeyaml from 1.23 to 1.26 in /driver-dsegraph-shaded
2021-11-19 17:39:16 -06:00
Jonathan Shook
5f850598fc Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-11-19 17:37:22 -06:00
Jonathan Shook
5f5f873ea9 allow scenario.stop to match regex 2021-11-19 17:37:12 -06:00
Jonathan Shook
af5c516744 NBConfiguration docs 2021-11-19 17:37:08 -06:00
Jonathan Shook
00047164ae always use NBConfiguration on SSL Factory 2021-11-19 17:37:05 -06:00
Jonathan Shook
f71f98f046 typo fixes 2021-11-19 17:36:59 -06:00
Jonathan Shook
2b3c897d6a squelch metrics graph construction to trace 2021-11-19 17:36:55 -06:00
Jonathan Shook
c04e3c0987 add typed Indexed property to fix ThreadNum 2021-11-19 17:36:49 -06:00
dependabot[bot]
81c0577ecb
Bump snakeyaml from 1.23 to 1.26 in /driver-dsegraph-shaded
Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.23 to 1.26.
- [Commits](https://bitbucket.org/asomov/snakeyaml/commits)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 00:05:33 +00:00
nb-droid
de3b0816cf [maven-release-plugin] prepare for next development iteration 2021-11-19 00:05:06 +00:00
nb-droid
a6de092ff8 [maven-release-plugin] prepare release nosqlbench-4.15.65 2021-11-19 00:05:03 +00:00
Jonathan Shook
0013c9f411 release: fixes 2021-11-18 17:51:46 -06:00
Jonathan Shook
eeb6f97c17 relax rate test for slow github nodes 2021-11-18 17:51:26 -06:00
Jonathan Shook
11dd8f62da add LERP visualization 2021-11-18 16:48:39 -06:00
Jonathan Shook
5d8c08e448 release: bugfixes, stat improvements 2021-11-18 16:41:36 -06:00
Jonathan Shook
e4252bdfde Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-11-18 16:35:37 -06:00
Jonathan Shook
ff142fd0b2 refactor/improve stat samplers for efficiency and correctness 2021-11-18 16:35:20 -06:00
Jonathan Shook
9c86ec9154
Merge pull request #385 from tjake/scenario-urls
add support for scenarios from an http service
2021-11-18 16:07:48 -06:00
Jake Luciani
f6bf8a565f switch to official repo for test url 2021-11-18 17:05:23 -05:00
Jake Luciani
af83ca6d65 add support for scenarios from a http service 2021-11-18 16:55:23 -05:00
Jonathan Shook
d31fbd45fe fix broken github flow from merge 2021-11-16 13:19:37 -06:00
Jonathan Shook
ee94944a41 release: stat curve improvements, docs categories, more workloads, pulsar improvements 2021-11-16 13:14:25 -06:00
Jonathan Shook
39cc61ac63 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-11-16 12:55:26 -06:00
Jonathan Shook
44b8119b38 update categories for functions 2021-11-16 12:55:18 -06:00
Jonathan Shook
cda5218aa5
Merge pull request #382 from EricBorczuk/mongo-search-workload
Add basic mongo search workload
2021-11-16 12:53:10 -06:00
Jonathan Shook
e49d074741
Merge pull request #383 from yabinmeng/main
README update
2021-11-16 12:52:45 -06:00
Jonathan Shook
b8295eb54e update flexmark version 2021-11-16 11:58:02 -06:00
Jonathan Shook
75244e01ea remove WrappedClustering to be replaced with something else. No examples of its use were found. 2021-11-15 11:38:12 -06:00
Yabin Meng
4076f79b63 README update 2021-11-13 21:28:54 -06:00
Jonathan Shook
f8d99c086a update docs and categories for functions 2021-11-12 20:49:16 -06:00
Jonathan Shook
cff147efa6 provide a moving aggregate of statistics on generated values 2021-11-12 20:04:40 -06:00
Jonathan Shook
bf662f5227 support function adapters for DoubleUnaryOperator 2021-11-12 19:57:26 -06:00
Jonathan Shook
5332264813 support +-Infinity suppression, and int or long value clamping in distribution functions 2021-11-12 19:56:57 -06:00
Jonathan Shook
79547218df assign function categories based on extant example 2021-11-12 19:56:10 -06:00
Jonathan Shook
f599f66516 update function docs for distribution options 2021-11-12 19:55:14 -06:00
Eric Borczuk
9074676d90 Add basic mongo search workload 2021-11-12 12:37:04 -05:00
Jonathan Shook
99f79d68e8
Merge pull request #378 from EricBorczuk/search-docs-workloads
Document API search endpoint workloads
2021-11-12 10:52:31 -06:00
Eric Borczuk
1753ee8bcf Use URLENCODE[[...]] 2021-11-12 11:06:54 -05:00
Eric Borczuk
bfdba82e55 Review comments 2021-11-12 11:06:54 -05:00
Eric Borczuk
08e4ff095d Add README, remove all expr 2021-11-12 11:06:54 -05:00
Eric Borczuk
082e128599 Ivan's review comments 2021-11-12 11:06:54 -05:00
Eric Borczuk
02233fb295 Add advanced search case workload 2021-11-12 11:06:53 -05:00
Eric Borczuk
44204f9cf0 Complete main phase for basic search 2021-11-12 11:06:53 -05:00
Eric Borczuk
32fef39d41 Schema and rampup phase working 2021-11-12 11:06:53 -05:00
Jonathan Shook
0533214df3 derive doc categories from single annotated function name 2021-11-11 18:38:38 -06:00
Jonathan Shook
3429765280
Merge pull request #381 from lhotari/lh-workaround-ordering-bug
Pulsar: Workaround an ordering bug in the Pulsar client
2021-11-11 12:09:53 -06:00
Lari Hotari
b42f354dbd Pulsar: Workaround an ordering bug in the Pulsar client
- see https://github.com/apache/pulsar/pull/12456 for details.
  - the bug applies to the use of receiveAsync and the workaround
    is to avoid the use of receiveAsync until the fix is included in the client
- receiveAsync was introduced previously to workaround the bug https://github.com/apache/pulsar/issues/9921
  - that issue isn't critical
2021-11-11 14:24:24 +02:00
Jonathan Shook
e25ea736c1 adjust cyclerate test to accommodate weak runners in github actions 2021-11-10 16:08:21 -06:00
Jonathan Shook
d6d75630c1 add SPI component stability metadata 2021-11-10 15:51:11 -06:00