PHP Classes

File: phpbench.json

Recommend this page to a friend!
  Classes of Eric Sizemore   Consistent Hashing   phpbench.json   Download  
File: phpbench.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Consistent Hashing
Store values in a table using consistent hashing
Author: By
Last change: refactor: add some improvements to phpbench benchmarks
Date: 2 days ago
Size: 756 bytes
 

Contents

Class file image Download
{ "$schema":"./vendor/phpbench/phpbench/phpbench.schema.json", "console.ansi": true, "runner.bootstrap": "vendor/autoload.php", "runner.path": "tests/Bench", "report.generators": { "hashing": { "title": "LookupBench Hasher", "description": "Test", "generator": "component", "components": [ { "component": "bar_chart_aggregate", "x_partition": "'Count: ' ~ variant_params['count']", "bar_partition": "variant_params['algo']", "y_expr": "mode(partition['result_time_avg']) as time", "y_axes_label": "yValue as time" } ] } } }