This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge pull request
#1836
from TechEmpower/redis-fixed
fixed create-redis.sh
blee-techempower
9 years ago
parent
1b0bd0c4e3
3d21d4c541
commit
4dfbcd9c7c
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
config/create-redis.sh
+ 2
- 0
config/create-redis.sh
View File
@@ -1,3 +1,5 @@
+#!/bin/bash
+
RANGE=10000
for i in {1..10000}
do