Skip to content

Commit

Permalink
chore: Use MongoDB v8 for benchmark (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly authored Nov 15, 2024
1 parent 5dcf05c commit a342059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'pnpm'
- uses: supercharge/[email protected]
with:
mongodb-version: 6.0
mongodb-version: 8.0
- id: date
run: |
echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async function save() {
`- mongodb v${pkg.devDependencies.mongodb}`,
`- papr v${pkg.version}`,
`- mongoose v${pkg.devDependencies.mongoose}`,
'- MongoDB server v6.0',
'- MongoDB server v8.0',
].join('\n'),
date: new Date().toLocaleDateString('en-US', {
day: 'numeric',
Expand Down

0 comments on commit a342059

Please sign in to comment.