Skip to content

Commit

Permalink
prevent to add static files to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
safouenaouadi committed Nov 13, 2023
1 parent 466dc19 commit 75eb7a1
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 90 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ build/
.vscode/

bin

# local config
application-local.yml
node_modules

./backend/src/main/resources/jmeter/results/
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1699856402694,365,HTTP Request,403,Forbidden,Thread Group 1-1,text,false,,1513,203,1,1,https://octoperf.com/blog/,362,0,343
1699856403063,15,HTTP Request,403,Forbidden,Thread Group 1-1,text,false,,1513,203,1,1,https://octoperf.com/blog/,15,0,0
1699856403079,57,HTTP Request,403,Forbidden,Thread Group 1-1,text,false,,1513,203,2,2,https://octoperf.com/blog/,57,0,0
1699856403111,130,HTTP Request,403,Forbidden,Thread Group 1-2,text,false,,1513,203,1,1,https://octoperf.com/blog/,129,0,106
1699856403241,22,HTTP Request,403,Forbidden,Thread Group 1-2,text,false,,1513,203,1,1,https://octoperf.com/blog/,22,0,0
1699856403264,14,HTTP Request,403,Forbidden,Thread Group 1-2,text,false,,1513,203,1,1,https://octoperf.com/blog/,14,0,0
1699856403609,75,HTTP Request,403,Forbidden,Thread Group 1-3,text,false,,1513,203,1,1,https://octoperf.com/blog/,75,0,58
1699856403684,17,HTTP Request,403,Forbidden,Thread Group 1-3,text,false,,1513,203,1,1,https://octoperf.com/blog/,17,0,0
1699856403701,15,HTTP Request,403,Forbidden,Thread Group 1-3,text,false,,1513,203,1,1,https://octoperf.com/blog/,15,0,0
1699856404111,93,HTTP Request,403,Forbidden,Thread Group 1-4,text,false,,1513,203,1,1,https://octoperf.com/blog/,93,0,75
1699856404204,21,HTTP Request,403,Forbidden,Thread Group 1-4,text,false,,1513,203,1,1,https://octoperf.com/blog/,21,0,0
1699856404226,19,HTTP Request,403,Forbidden,Thread Group 1-4,text,false,,1513,203,1,1,https://octoperf.com/blog/,19,0,0
1699856404609,72,HTTP Request,403,Forbidden,Thread Group 1-5,text,false,,1513,203,1,1,https://octoperf.com/blog/,72,0,57
1699856404681,25,HTTP Request,403,Forbidden,Thread Group 1-5,text,false,,1513,203,1,1,https://octoperf.com/blog/,25,0,0
1699856404707,18,HTTP Request,403,Forbidden,Thread Group 1-5,text,false,,1513,203,1,1,https://octoperf.com/blog/,18,0,0
1699856405109,94,HTTP Request,403,Forbidden,Thread Group 1-6,text,false,,1513,203,1,1,https://octoperf.com/blog/,94,0,75
1699856405203,21,HTTP Request,403,Forbidden,Thread Group 1-6,text,false,,1513,203,1,1,https://octoperf.com/blog/,21,0,0
1699856405224,23,HTTP Request,403,Forbidden,Thread Group 1-6,text,false,,1513,203,1,1,https://octoperf.com/blog/,23,0,0
1699856405609,80,HTTP Request,403,Forbidden,Thread Group 1-7,text,false,,1513,203,1,1,https://octoperf.com/blog/,80,0,63
1699856405689,54,HTTP Request,403,Forbidden,Thread Group 1-7,text,false,,1513,203,1,1,https://octoperf.com/blog/,54,0,0
1699856405744,17,HTTP Request,403,Forbidden,Thread Group 1-7,text,false,,1513,203,1,1,https://octoperf.com/blog/,17,0,0
1699856406110,165,HTTP Request,403,Forbidden,Thread Group 1-8,text,false,,1513,203,1,1,https://octoperf.com/blog/,165,0,76
1699856406276,25,HTTP Request,403,Forbidden,Thread Group 1-8,text,false,,1513,203,1,1,https://octoperf.com/blog/,25,0,0
1699856406301,19,HTTP Request,403,Forbidden,Thread Group 1-8,text,false,,1513,203,1,1,https://octoperf.com/blog/,19,0,0
1699856406610,80,HTTP Request,403,Forbidden,Thread Group 1-9,text,false,,1513,203,1,1,https://octoperf.com/blog/,80,0,62
1699856406690,25,HTTP Request,403,Forbidden,Thread Group 1-9,text,false,,1513,203,1,1,https://octoperf.com/blog/,25,0,0
1699856406716,20,HTTP Request,403,Forbidden,Thread Group 1-9,text,false,,1513,203,1,1,https://octoperf.com/blog/,20,0,0
1699856407108,84,HTTP Request,403,Forbidden,Thread Group 1-10,text,false,,1513,203,1,1,https://octoperf.com/blog/,84,0,66
1699856407192,16,HTTP Request,403,Forbidden,Thread Group 1-10,text,false,,1513,203,1,1,https://octoperf.com/blog/,16,0,0
1699856407209,20,HTTP Request,403,Forbidden,Thread Group 1-10,text,false,,1513,203,1,1,https://octoperf.com/blog/,20,0,0
Loading

0 comments on commit 75eb7a1

Please sign in to comment.