llm_bench 0.1.0 → 0.3.1

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,17 +1,32 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_bench
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vito
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
- dependencies: []
12
- description: LLM Bench is a Ruby gem that allows you to benchmark and compare the
13
- performance of different Large Language Model providers and APIs. It supports both
14
- OpenAI and Anthropic-compatible API formats, provides parallel execution, and includes
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: colorize
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.1'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.1'
26
+ description: |
27
+ LLM Bench is a Ruby gem that allows you to benchmark and compare the performance
28
+ of different Large Language Model providers and APIs. It supports both OpenAI and
29
+ Anthropic-compatible API formats, provides parallel execution, and includes
15
30
  continuous tracking capabilities with CSV export.
16
31
  email: []
17
32
  executables:
@@ -21,12 +36,18 @@ extra_rdoc_files: []
21
36
  files:
22
37
  - ".claude/settings.local.json"
23
38
  - ".gitignore"
39
+ - ".rubocop.yml"
40
+ - Dockerfile
24
41
  - README.md
25
42
  - Rakefile
26
43
  - exe/llm_bench
27
44
  - lib/llm_bench.rb
28
45
  - lib/llm_bench/benchmark.rb
46
+ - lib/llm_bench/benchmark_factory.rb
47
+ - lib/llm_bench/colors.rb
48
+ - lib/llm_bench/configuration_manager.rb
29
49
  - lib/llm_bench/parallel_benchmark.rb
50
+ - lib/llm_bench/results_formatter.rb
30
51
  - lib/llm_bench/tracker.rb
31
52
  - lib/llm_bench/version.rb
32
53
  - llm_bench.gemspec
@@ -38,6 +59,7 @@ metadata:
38
59
  homepage_uri: https://github.com/vitobotta/llm-bench
39
60
  source_code_uri: https://github.com/vitobotta/llm-bench
40
61
  changelog_uri: https://github.com/vitobotta/llm-bench/blob/main/CHANGELOG.md
62
+ rubygems_mfa_required: 'true'
41
63
  rdoc_options: []
42
64
  require_paths:
43
65
  - lib
@@ -45,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
67
  requirements:
46
68
  - - ">="
47
69
  - !ruby/object:Gem::Version
48
- version: 2.7.0
70
+ version: '3.2'
49
71
  required_rubygems_version: !ruby/object:Gem::Requirement
50
72
  requirements:
51
73
  - - ">="