uringmachine 0.22.1 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uringmachine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.1
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sharon Rosner
@@ -105,12 +105,13 @@ files:
105
105
  - benchmark/bm_mutex_io.rb
106
106
  - benchmark/bm_pg_client.rb
107
107
  - benchmark/bm_queue.rb
108
- - benchmark/chart.png
108
+ - benchmark/chart_all.png
109
109
  - benchmark/common.rb
110
110
  - benchmark/dns_client.rb
111
111
  - benchmark/http_parse.rb
112
112
  - benchmark/mutex.rb
113
113
  - benchmark/mutex_single.rb
114
+ - benchmark/read_each.rb
114
115
  - benchmark/run_bm.rb
115
116
  - benchmark/send.rb
116
117
  - benchmark/snooze.rb
@@ -719,7 +720,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
719
720
  - !ruby/object:Gem::Version
720
721
  version: '0'
721
722
  requirements: []
722
- rubygems_version: 4.0.0
723
+ rubygems_version: 4.0.1
723
724
  specification_version: 4
724
725
  summary: A lean, mean io_uring machine
725
726
  test_files: []
File without changes