-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
amvanbaren
committed
Nov 30, 2022
1 parent
cea8434
commit 2bf2dec
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
server/src/gatling/scala/org/eclipse/openvsx/RegistryAPIVerifyTokenSimulation.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/** ****************************************************************************** | ||
* Copyright (c) 2022 Precies. Software Ltd and others | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License v. 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* ****************************************************************************** */ | ||
package org.eclipse.openvsx | ||
|
||
import io.gatling.core.Predef._ | ||
import org.eclipse.openvsx.Scenarios._ | ||
|
||
class RegistryAPIVerifyTokenSimulation extends Simulation { | ||
setUp(verifyTokenScenario().inject(atOnceUsers(users))).protocols(httpProtocol) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters